@charset "UTF-8";

/*
Theme Name: team
Author: leonstarr
Date: 2023-9-15
*/

a:hover {
    text-decoration: none;
}

html, body, form {
    font: 14px/18px "微软雅黑", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    background: #FFF;
    cursor: default;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    color: #000;
    line-height: 1.35;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5, h6 {
    font-size: 1em;
}


/*web_nav*/
.web_nav {
    background: #222228;
    height: 80px;
    -webkit-font-smoothing: antialiased
}


/*top navi*/
.top_nav_ul {
    padding-left: 0px;
}

.top_nav_ul li {
    float: left;
    list-style: none;
}

.top_nav_ul li a {
    text-transform: uppercase;
    font-family: CanyonWebBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    padding: 0 12px
}

.top_nav_ul li a:hover {
    background-color: #ea5404;
}

.current-menu-item {
    background-color: #ea5404;
}


.top_nav_ul > li:hover ul {
    display: block;
}

.secNavUl {
    position: absolute;
    top: 58px;
    left: 70px;
    display: none;
    background-color: #09629e;
    padding-left: 28px;
    padding-bottom: 29px;
    border-radius: 0px 0px 10px 10px;
    z-index: 999999
}

.secNavUl li {
    width: 240px;
}

.secNavUl li a {
    line-height: 45px;
    text-decoration: none;
    color: #fff;
}

.secNavUl li a:hover {
    color: #007bff !important;
    font-weight: 550;
}


.slide_link {
    position: absolute;
    bottom: 25%;
    left: 32%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.carousel-indicators {
    bottom: 15% !important;
}

/*slide 高度宽度自适应*/
#myCarousel {
    overflow: hidden;
    position: relative;
}

.carousel, .carousel-inner > .item {
    display: run-in;
    width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    line-height: 1;
}

.carousel-container {
    margin-left: 0;
}

.carousel-item img {
    width: 100%;
}

.carousel-caption h1 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.carousel-caption h2 {
    font-size: 68px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

/*slide bottom*/
.slide_bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.search_area {
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    width: 1100px;
    height: 100px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.15);
    z-index: 999;
    padding: 26px 36px 26px 36px;
}

.search_area li {
    list-style: none;
}

.search_div {
    position: relative;
    float: left;
}

.title {
    float: left;
    width: 143px;
    overflow: hidden;
    margin-right: 32px;
    border-right: 1px solid #DCDCDC;
}

.title p {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    letter-spacing: 10px;
}

.title p:last-child {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: -1px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 1px;
}

.tel_div {
    width:200px;
    float: right;
    text-align: left;
    background: url('img/talk.png') no-repeat top left;
    height:80px;
}

.tel_div p {
    font-weight: 400;
    color: #ea5404;
    padding-left:65px;
    margin-bottom:2px;

}

.tel_div p:last-child {
    font-size: 16px;
    color: #ea5404;
    font-weight: 700;
    padding-left:65px;

}


/*search*/
.search_title {
    font-size: 16px;
    color: #333333;
}

.search_notice {
    font-size: 18px;
    color: #555;
}

#s {
    width: 610px;
    height: 40px;
    background-color: #f1f1f1;
    float: left;
    margin-top: 3px;
    padding-left: 38px;
    border-radius: 2px;
    line-height: 40px;
    border: none !important;
}

#s_btn {
    position: absolute;
    left: 8px;
    top: 11px;

}

#s_btn img {
    width: 23px;
    height: 23px;
}


.form-control:focus {
    border-color: #fff;
    webkit-box-shadow: none;
    box-shadow: none;
}

/*home side img*/
.home_side_img img{
    width:100%;
    height:auto;
    border-radius: 5px;
}

/*feature_title*/
.thumbnail img {
    width: 100%;
    height: auto;

}

.feature_title {
    padding-top: 35px;

    text-align: center;
    color: #ea5404;
    font-size: 24px;
    font-weight: bold;

}
.feature_title_sub {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;

}


.product_list {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    float:left;
}

.product_list:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}


.productsTitle {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
    height: 100px;
    overflow: hidden;
}

.productsTitle h2 {
    font-weight: 400;
    font-size: 16px;
    color: #222;
    text-align: center;

    line-height: 24px;
}

.thumbnail:hover img {
    transition: 1s;
    transform: scale(1.1);
}

.date{
    margin-top:15px;
    margin-bottom:10px;
    color:#da251c;
}
.date_span{
    border-radius:3px;
    border:1px solid #da251c;
    padding:4px;

}

.page_content_area {
    padding-bottom: 10px;
}

.page_content_area img{
    padding-bottom: 20px;
}


.product_page_th_img img {
    width: 500px;
    height: 500px;
}

.news_area3{
    margin-bottom:49px;
}
.news_area3 p{padding-top:20px;}

.na3{
    border-top: 1px solid #E7E7E7;
}
.reddot {
    display: block;
    width: 22px;
    height: 22px;
    background: #ea5404;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -8px;
    color:#fff;
    padding-left:5px;
    padding-top:3px;
}

/*home_news*/

.new_title {
    margin-top: 75px;
    font-size: 30px;
    color: #333333;
    line-height: normal;
    font-weight: 650
}

.new_sub_title {
    font-size: 30px;
    display: block;
    color: #555656;
    margin-bottom: 35px;
}

.news_area {
    display: block;
    border-top: 1px solid #eeeeee;
    padding: 30px 10px 40px 10px;
    margin-bottom: 25px;
    text-decoration: none;
}

.news_area time {
    color: #595656;
    font-size: 16px;
    line-height: 24px;
}

.dot {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 30px;
}

.news_area_content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-bottom: 20px;
}

.more {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}

.more::after {
    content: '+';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    vertical-align: middle;
    margin-left: 8px;
    text-align: center;
    margin-top: -4px;
}

.news_area:hover {
    text-decoration: none;
    border: 1px solid #da251c;
}

.news_area:hover span:after {
    background: #da251c;
    color: #fff;
}

.full_more {
    display: block;
    margin-top: 10px;
    margin-bottom: 65px;
    text-decoration: none;
    font-size: 16px;
    color: #595656;
}

.full_more::after {
    content: '+';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    vertical-align: middle;
    background: #da251c;
    margin-left: 8px;
    color: #fff;
}

.full_more_list {
    display: block;
    margin-top: 67px;
    margin-bottom: 60px;
    text-decoration: none;
    font-size: 16px;
    color: #595656;
}
.full_more_list:hover{
    color:#da251c;
    font-weight:700;
}
.full_more_list::after {
    content: '+';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    vertical-align: middle;
    background: #da251c;
    margin-left: 8px;
    color: #fff;
}

.full_more_list_btn {
    background: #eee;
    padding-left: 0;
    padding-right: 0;
    width: 190px;
    height: 181px;
}

/*bread*/
.page_bread {
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    height:50px;
    margin-bottom:20px;
}

.breadcrumbs {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #4c4c4d;
    font-size: 14px;
    display: inline-block;
}

.breadcrumbs li {
    float: left;
    list-style: none;
    display: inline-block;
}

.breadcrumbs li a {
    color: #4c4c4c;
}

/*product page*/
.catePro {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 16px;
    margin-bottom: 60px;
}

.item_area {
    overflow: hidden;
    margin-bottom: 36px;
    float: left;

}

.item_area img:hover {
    transform: scale(1.2);
}

.cateLi {
    padding-left: 0;
}

.cateLi li {
    list-style: none;
}

.cateLi li a {
    color: #222
}

.cateLi li a:hover {
    color: #da251c;
}

/*news_title*/
.news_title a {
    color: #0c0c0c;
}
.news_title a:hover {
    color: #da251c;
    font-weight:600;
}

.page_title {
    font-size: 1.6em;
}


/*product desc*/
.productDesc {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.75em;
    padding: 16px;
    background: #f2f2f2;
    border-radius: .8rem;
}

#advWrap {
    width: 33.3333%;
    float: left;
}

.adv {
    background-color: #f5f5f5;
    border-radius: .8rem;
    margin: 9px;
    text-align: center;
}

.adv h3 {
    line-height: 30px;
    padding-bottom: 30px;
    font-family: CanyonWebBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.adv img {
    padding-top: 30px;
}

.disclaimer {
    border: 1px solid #d8d8d8;
    border-radius: .4rem;
    padding: 16px;
}

/*pageNAV*/
.pagination {
    margin-left: 5px;
}

.pagination li {
    border: 1px solid #09629e;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px 5px;
    overflow: hidden;
}

.pagination li a {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.page-numbers {
    padding: 8px 12px 8px 12px;
}

.current {
    background-color: #4c4c4d;
    color: #fff;
}

.location a {
    color: #da251c;
}

/*footer*/
.contact_info_bottom{

    padding-top:40px;
    line-height:38px;
    color:#a1a1a1;


}
.contact_info_bottom img{
    display:block;
    margin-bottom:20px;
}


footer {
    background-color: #222228;
    padding-top: 40px;
    padding-bottom:60px;
}
.weixin_bottom{
    padding-top:130px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}
.copyright {
    margin-bottom: 26px;
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}

.footer_bottom {
    margin-bottom: 26px;
    float: right;
    margin-top: 20px;
}

.footer_bottom a {
    color: #fff;
    font-size: 15px;
}

.footer_bottom a:hover {
    color: #da251c;
}


.footer_line {
    border-top: 1px solid #fff;
}

.footer_bottom a::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1px;
    height: 10px;
    background: #bbbbbc;
    margin: -1px 10px 0 15px;
}

#last_bottom_link::after {
    display: none;
}

.foot_nav_top_menu {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.wx_text {
    color: #fff;
}

.footer_nav_top_menu_area {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    position: relative;
}

.footer_nav_top_menu_area::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #fff;
    width: 20px;
}

.foot_nav_top_menu:hover {
    font-size: 18px;
    color: #fff;
}

#footer_nav ul {
    margin-top: 20px;
    padding-left: 0;
}

#footer_nav ul li {
    list-style-type: none;
    line-height: 30px;
}

#footer_nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

#footer_nav ul li a:hover {
    color: #da251c;
}

.wx_text {
    padding-top: 8px;
}

#right_side_btn_group {
    position: fixed;
    bottom: 120px;
    right: 4px;
    width: 70px;
    overflow: hidden;
    z-index: 99999;
}

#right_side_btn_group a {
    padding-top: 6px;
    background-color: rgb(143, 143, 143, 0.6);
    height: 70px;
    width: 70px;
    color: #fff;
    display: block;
    margin-bottom: 4px;
    text-decoration: none;
    border-radius: 3px;
}

#right_side_btn_group img {
    display: block;
    text-align: center;
    height: 32px;
    width: 32px;
    margin: 0 auto;
}

#right_side_btn_group span {
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 0.5rem;
}

#right_side_btn_group a:hover {
    background: #222;
}

.copyright_a a{color:#fff;}
.copyright_a a:hover{color:#ea5404;}
.copyright_b a{color:#fff;}
.copyright_b a:hover{color:#ea5404;}
